From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:14:29 +0000 (+0000) Subject: (copy-face): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30796 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d2df7918d5b5a0cc31096964686a912ecd48436b;p=emacs.git (copy-face): Fix spacing. --- diff --git a/lisp/faces.el b/lisp/faces.el index 422a851f56e..f721ac0a7e8 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -148,7 +148,7 @@ If the face already exists, it is left unmodified. Value is FACE." If NEW-FACE already exists as a face, it is modified to be like OLD-FACE. If it doesn't already exist, it is created. -If the optional argument FRAME is given as a frame, NEW-FACE is +If the optional argument FRAME is given as a frame, NEW-FACE is changed on FRAME only. If FRAME is t, the frame-independent default specification for OLD-FACE is copied to NEW-FACE.